Home
last modified time | relevance | path

Searched hist:c137381f71aec755fbf47cd4e9bd4dce752c054c (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dmmap.cdiff c137381f71aec755fbf47cd4e9bd4dce752c054c Sat Jul 08 21:12:10 CEST 2023 Suren Baghdasaryan <surenb@google.com> mm: lock a vma before stack expansion

With recent changes necessitating mmap_lock to be held for write while
expanding a stack, per-VMA locks should follow the same rules and be
write-locked to prevent page faults into the VMA being expanded. Add
the necessary locking.

Cc: stable@vger.kernel.org
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>